home *** CD-ROM | disk | FTP | other *** search
- Path: news.uidaho.edu!usenet
- From: dickow@raven.csrv.uidaho.edu (dickow)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: Dialscript needed
- Date: 11 Jan 1996 07:40:58 GMT
- Organization: University of Idaho, Moscow, Idaho
- Distribution: world
- Message-ID: <772.6583T1426T95@raven.csrv.uidaho.edu>
- References: <4cug85$c38@news.usaor.net>
- NNTP-Posting-Host: xslip48.csrv.uidaho.edu
- Mime-Version: 1.0
- Content-Type: text/plain; charset=US-ASCII
- Content-Transfer-Encoding: 7bit
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
-
- >I've been having trouble with my dialscript I use with AmiTCP. It seems
- >as it just hangs right after I send my password. I've changed the script
- >after that point and no I get an error. Could someone tell me what I'm
- >doing wrong? Here is the script I use:
-
- >TIMEOUT 1500
- >REDIAL "BUSY"
- >delay 100
- >send "ATZ"
- >wait "OK"
- >delay 5
- >SEND "ATDT 3914905"
- >WAIT "CONNECT"
- >delay 2
- >SEND ""
- >WAIT "ogin"
- >SEND "bley"
- >WAIT "assword"
- >SEND "xxx"
- >SEND "MTU"
- >delay 50
-
- Take out that last delay 50. This fixed my dialscript and will probably fix
- yours. My guess is that your server plows right ahead sending packets to
- continue the negotiations.
-
- **************************************//*
- * Bob Dickow (dickow@uidaho.edu) \\// *
- *****************************************
-
-